Reference for Wiring version 1.0 Build 0100+ If you have a previous version, use the reference included with your software. If see any errors or have any comments, let us know.
Name | RISING |
---|---|
Examples | //... // attaches myFunction to external interrupt 2 on RISING attachInterrupt(EXTERNAL_INTERRUPT_2, myFunction, RISING); //... |
Description | Reserved word representing a transition from LOW to HIGH on an external interruption pin. |
Syntax | RISING
|
Usage | Application |
Related | LOW CHANGE FALLING attachInterrupt() detachInterrupt() interruptMode() |